home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global glinevar
- if the mouseLine <> -1 then
- set glinevar to the mouseLine
- if the number of chars in line glinevar of field "mainwheel" < 1 then
- hilite char 1 of field "mainwheel"
- put EMPTY into field "tblwheel,W_BEARBORE"
- put EMPTY into field "tblwheel,W_BORE_LB"
- put EMPTY into field "tblwheel,WH_HUB"
- put EMPTY into field "tblwheel,SP_BUSHBOR"
- put EMPTY into field "tblwheel,SP_BUSHLN"
- put EMPTY into field "tblwheel,WT"
- updateStage()
- abort()
- end if
- hilite line glinevar of field "mainwheel"
- updateStage()
- WHEELHAND()
- end if
- end
-